Class OptionTag
A tag for an OptionsAttribute.
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.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class OptionTagProperties
Trickle
Gets the "trickle" option string.
Declaration
public static string Trickle { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets or sets the type of this tag.
Declaration
public OptionTagType Type { get; protected set; }Property Value
| Type | Description | 
|---|---|
| OptionTagType | 
Methods
Parse(String)
Generates a tag object from a string.
Declaration
public static OptionTag Parse(string tagString)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | tagString | The tag string. | 
Returns
| Type | Description | 
|---|---|
| OptionTag | 
ToString()
Gets the string representation of this tag.
Declaration
public abstract override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()