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