Udostępnij za pośrednictwem


SyncId.RawId Property

Gets the raw ID data in a byte array.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property RawId As Byte()
'Usage
Dim instance As SyncId
Dim value As Byte()

value = instance.RawId
public byte[] RawId { get; }
public:
property array<unsigned char>^ RawId {
    array<unsigned char>^ get ();
}
/** @property */
public byte[] get_RawId ()
public function get RawId () : byte[]

Property Value

The raw ID data in a byte array.

See Also

Reference

SyncId Class
SyncId Members
Microsoft.Synchronization Namespace