[This is preliminary documentation and is subject to change.]
Returns metadata attached to this instance, or null if there is no metadata specified
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public byte[] Metadata { get; }
public byte[] Metadata { get; }
Public ReadOnly Property Metadata As Byte()
Get
Public ReadOnly Property Metadata As Byte()
Get
public:
property array<unsigned char>^ Metadata {
array<unsigned char>^ get ();
}
public:
property array<unsigned char>^ Metadata {
array<unsigned char>^ get ();
}
member Metadata : byte[] with get
member Metadata : byte[] with get
Property Value
Type:
Byte