StatusingDataSet.ResourcesRow.RES_AVAILABILITY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains binary data for resource availability; internal use only.
public:
property cli::array <System::Byte> ^ RES_AVAILABILITY { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] RES_AVAILABILITY { get; set; }
member this.RES_AVAILABILITY : byte[] with get, set
Public Property RES_AVAILABILITY As Byte()