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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace