共用方式為


CompressedData.GetData Method ()

 

Gets the raw compressed data as a byte array.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public byte[] GetData()
public:
array<unsigned char>^ GetData()
Public Function GetData As Byte()

Return Value

Type: System.Byte[]

See Also

CompressedData Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top