ILockableOperationClientId Property |
Gets or sets the unique ID by which each client is identified by.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax Property Id As Guid
Get
Set
property Guid Id {
Guid get ();
void set (Guid value);
}
abstract Id : Guid with get, set
Property Value
Type:
Guid
The identifier.
See Also