Udostępnij za pośrednictwem


StatusMessageMetadataAttribute.Required Property

 

If true, the property is required to have a non-null value.

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

Syntax

public bool Required { get; private set; }
public:
property bool Required {
    bool get();
    private: void set(bool value);
}
Public Property Required As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

StatusMessageMetadataAttribute Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top