CIVersionInfoDocuments.CreateFromCIVersionInfoProperty Method (CIVersionInfoProperty)

 

Builds documents from a document property.

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

Syntax

public static CIVersionInfoDocuments CreateFromCIVersionInfoProperty(
    CIVersionInfoProperty property
)
public:
static CIVersionInfoDocuments^ CreateFromCIVersionInfoProperty(
    CIVersionInfoProperty^ property
)
Public Shared Function CreateFromCIVersionInfoProperty (
    property As CIVersionInfoProperty
) As CIVersionInfoDocuments

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.CIVersionInfoDocuments

See Also

CIVersionInfoDocuments Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top