Share via


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()
    Get
'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 ();
}
member RawId : byte[]
function get RawId () : byte[]

Property Value

Type: System.Byte[]
The raw ID data in a byte array.

See Also

Reference

SyncId Class

Microsoft.Synchronization Namespace