ConfigMgrStateMessage.FullStateMessage Property
Do not use. This property builds an entire state message from scratch. StateMessage uses defaults.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.NotRecommended,
CheckRecursively = true)]
public InventoryReport FullStateMessage { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::NotRecommended,
CheckRecursively = true)]
property InventoryReport^ FullStateMessage {
InventoryReport^ get();
void set(InventoryReport^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.NotRecommended,
CheckRecursively := True)>
Public Property FullStateMessage As InventoryReport
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReport
See Also
ConfigMgrStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top