C# Class Microsoft.ManagementConsole.Internal.SaveViewDataResponse

Inheritance: RequestResponse
Mostra file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
GetDataBlob ( ) : byte[]
SetDataBlob ( byte data ) : void

Method Details

GetDataBlob() public method

public GetDataBlob ( ) : byte[]
return byte[]

SetDataBlob() public method

public SetDataBlob ( byte data ) : void
data byte
return void