AddAttribute Method (String)
Appends an attribute.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub AddAttribute ( _
name As String _
)
'Usage
Dim instance As SdpWriter
Dim name As String
instance.AddAttribute(name)
public void AddAttribute(
string name
)
Parameters
- name
Type: System..::..String
The attribute name.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the name attribute is nullNothingnullptrunita null reference (Nothing in Visual Basic). |
ArgumentException | Thrown when the name attribute is an empty string. |
Remarks
This function is used for attributes that have a name portion only, but no value portion.