SdpAttributeIsProperty Property |
Gets or sets or Sets whether SDPAttribute.KeyValue will be serialized as Key:Value or
simply as Value.
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsProperty { get; set; }
Public Property IsProperty As Boolean
Get
Set
public:
property bool IsProperty {
bool get ();
void set (bool value);
}
member IsProperty : bool with get, set
Property Value
Type:
Boolean
Set to true to have only the Value of SDPAttribute.KeyValue serialized, otherwise false.
See Also