MessagePropertyException.Property Property
Gets the name of the missing property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PropertyInfo Property { get; protected internal set; }
public:
property PropertyInfo^ Property {
PropertyInfo^ get();
public protected: void set(PropertyInfo^ value);
}
Public Property Property As PropertyInfo
Get
Protected Friend Set
End Property
Property Value
Type: System.Reflection.PropertyInfo
See Also
MessagePropertyException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top