DkmGetMethodSymbolStoreAttributeAsyncResult.Data Property

Definition

The value of the requested symbol store attribute. This will be an empty array if the specified attribute name cannot be found.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property cli::array <System::Byte> ^ Data { cli::array <System::Byte> ^ get(); };
public:
 property Platform::Array <byte> ^ Data { Platform::Array <byte> ^ get(); };
public byte[] Data { get; }
member this.Data : byte[]
Public ReadOnly Property Data As Byte()

Property Value

Byte[]

Applies to