SubscriptionResource.DisabledReason Property
Namespace: Microsoft.VisualStudio.Services.Commerce
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property DisabledReason As ResourceStatusReason
public ResourceStatusReason DisabledReason { get; set; }
public:
virtual property ResourceStatusReason DisabledReason {
ResourceStatusReason get () sealed;
void set (ResourceStatusReason value) sealed;
}
abstract DisabledReason : ResourceStatusReason with get, set
override DisabledReason : ResourceStatusReason with get, set
final function get DisabledReason () : ResourceStatusReason
final function set DisabledReason (value : ResourceStatusReason)
Property Value
Type: Microsoft.VisualStudio.Services.Commerce.ResourceStatusReason
Implements
ISubscriptionResource.DisabledReason
.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.