MessageInvalidPropertySettingException.ExpectedValue Property
Gets the value that was expected for the property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public object ExpectedValue { get; internal set; }
public:
property Object^ ExpectedValue {
Object^ get();
internal: void set(Object^ value);
}
Public Property ExpectedValue As Object
Get
Friend Set
End Property
Property Value
Type: System.Object
See Also
MessageInvalidPropertySettingException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top