Share via


RequirementSubscription.Requirement Property

Gets the requirement attribute that is attached to this subscription.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property Requirement As RequirementAttribute
    Get
public RequirementAttribute Requirement { get; }
public:
property RequirementAttribute^ Requirement {
    RequirementAttribute^ get ();
}
member Requirement : RequirementAttribute
function get Requirement () : RequirementAttribute

Property Value

Type: Microsoft.Windows.Design.RequirementAttribute
A RequirementAttribute that is attached to this subscription.

.NET Framework Security

See Also

Reference

RequirementSubscription Class

Microsoft.Windows.Design Namespace

RequirementAttribute

Other Resources

Understanding WPF Designer Extensibility