Show / Hide Table of Contents

Class ISN_NSBuildInfo

Contains current build information

Inheritance
System.Object
ISN_NSBuildInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSBuildInfo

Properties

AppVersion

Current App Version

Declaration
public string AppVersion { get; }
Property Value
Type Description
System.String

BuildNumber

Current Build Number

Declaration
public string BuildNumber { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX