Sdílet prostřednictvím


DkmILParameterValue.ValueBytes Property

Definition

The bytes representing the value to pass in as the parameter.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBytes { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBytes { get; }
member this.ValueBytes : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property ValueBytes As ReadOnlyCollection(Of Byte)

Property Value

Returns ReadOnlyCollection<T>.

Applies to