[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Builds documents from a Document property

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 

CIVersionInfoDocuments 
CreateFromCIVersionInfoProperty(
	

CIVersionInfoProperty 
property
)
Public 
Shared 
Function 
CreateFromCIVersionInfoProperty ( _
	
property 
As 

CIVersionInfoProperty _
) 
As 

CIVersionInfoDocuments
public:
static 

CIVersionInfoDocuments^ 
CreateFromCIVersionInfoProperty(
	

CIVersionInfoProperty^ 
property
)

Parameters

property
CIVersionInfoProperty

See Also