CngProperty.GetValue Метод
Определение
Получает значение свойства, заданное текущим объектом CngProperty.Gets the property value that the current CngProperty object specifies.
public:
cli::array <System::Byte> ^ GetValue();
public byte[] GetValue ();
member this.GetValue : unit -> byte[]
Public Function GetValue () As Byte()
Возвращаемое значение
- Byte[]
Массив, представляющий сохраненное в свойстве значение.An array that represents the value stored in the property.