Click or drag to resize
SdpAttributeIsProperty Property
Gets or sets or Sets whether SDPAttribute.KeyValue will be serialized as Key:Value or simply as Value.

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsProperty { get; set; }

Property Value

Type: Boolean
Set to true to have only the Value of SDPAttribute.KeyValue serialized, otherwise false.
See Also