Class UnknownIceOptionTag
An unknown 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 class UnknownIceOptionTag : OptionTagConstructors
UnknownIceOptionTag(String)
Initializes a new instance of the UnknownIceOptionTag class.
Declaration
public UnknownIceOptionTag(string tagString)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | tagString | 
Properties
TagString
Gets the tag string.
Declaration
public string TagString { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Gets the string representation of this tag.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String |