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
'Usage
Dim instance As RequirementSubscription
Dim value As RequirementAttribute
value = instance.Requirement
public RequirementAttribute Requirement { get; }
public:
property RequirementAttribute^ Requirement {
RequirementAttribute^ get ();
}
public 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
RequirementSubscription Members
Microsoft.Windows.Design Namespace