XdsValueBaseOctetValue Property |
[Missing <summary> documentation for "P:DXMLBase.Xds.XdsValueBase.OctetValue"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual byte[] OctetValue { get; set; }
Public Overridable Property OctetValue As Byte()
Get
Set
public:
virtual property array<unsigned char>^ OctetValue {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
abstract OctetValue : byte[] with get, set
override OctetValue : byte[] with get, set
Property Value
Type:
Byte
See Also