Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets information about the required licenses.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<XmlAttributeAttribute> _
<DefaultValueAttribute("")> _
Public Property SoftwareLicense As String
[XmlAttributeAttribute]
[DefaultValueAttribute("")]
public string SoftwareLicense { get; set; }
[XmlAttributeAttribute]
[DefaultValueAttribute(L"")]
public:
virtual property String^ SoftwareLicense {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_SoftwareLicense ()
/** @property */
public final void set_SoftwareLicense (String value)
public final function get SoftwareLicense () : String
public final function set SoftwareLicense (value : String)
Property Value
The required licenses. The format is string:integer{,string:integer}, where each string is the name of an application and each integer represents how many licenses for the application are required.
Remarks
The name of the application must match the license feature name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP
Target Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities