Class XCodeProjectProperty
Represents XCode project build property.
Inheritance
System.Object
    XCodeProjectProperty
  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: StansAssets.IOS.XCode
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class XCodeProjectPropertyConstructors
XCodeProjectProperty(String, String)
Initializes a new instance of the class.
Declaration
public XCodeProjectProperty(string name, string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name of the build property. | 
| System.String | value | The value of the build property. | 
Properties
Name
The name of the build property.
Declaration
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Options
An array of suited values for this build property
Declaration
public string[] Options { get; }Property Value
| Type | Description | 
|---|---|
| System.String[] | The options. | 
Value
The value of the build property.
Declaration
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |