[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]
Assembly: Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)
Not recommended. This builds an entire state
message from scratch. StateMessage will use defaults.
Namespace:
Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
C# | Visual Basic | Visual C++ |
[ MessagePropertyAttribute( MessagePropertyImportance.NotRecommended, CheckRecursively = true)] public InventoryReport FullStateMessage { get; set; }
< MessagePropertyAttribute( MessagePropertyImportance.NotRecommended, CheckRecursively := True)> _ Public Property FullStateMessage As InventoryReport Get Set
[ MessagePropertyAttribute( MessagePropertyImportance::NotRecommended, CheckRecursively = true)] public: property InventoryReport^ FullStateMessage { InventoryReport^ get (); void set ( InventoryReport^ value); }