| SDPOriginUsername Property  | 
            Gets the user's login on the originating host, or it is "-" if the originating host does not support the concept of user IDs.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic string Username { get; }Public ReadOnly Property Username As String
	Get
public:
property String^ Username {
	String^ get ();
}member Username : string with get
Property Value
Type: 
String
See Also