Share via


ConfigMgrPolicyBodyDownloadRequest.DownloadDcmCIs Property

 

When set to true, if there's a policy that points to a DCM configuration item, that configuration item will be downloaded.

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

Syntax

public bool DownloadDcmCIs { get; set; }
public:
property bool DownloadDcmCIs {
    bool get();
    void set(bool value);
}
Public Property DownloadDcmCIs As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrPolicyBodyDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top