| RtcpSourceDescriptionChunkCname Property  | 
                A non-unique identifier of the host of an Ssrc in the form of user@computer (e.g.
                alice@biloxi.com)
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Cname { get; set; }Public Property Cname As String
	Get
	Set
public:
property String^ Cname {
	String^ get ();
	void set (String^ value);
}member Cname : string with get, set
Property Value
Type: 
String
                The cname.
            
See Also