MessageInvalidPropertySettingException.ActualValue Property

 

Gets the value that was actually set for the property.

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

Syntax

public object ActualValue { get; internal set; }
public:
property Object^ ActualValue {
    Object^ get();
    internal: void set(Object^ value);
}
Public Property ActualValue As Object
    Get
    Friend Set
End Property

Property Value

Type: System.Object

See Also

MessageInvalidPropertySettingException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top