IJob.SoftwareLicense Property
Retrieves or sets information about the required licenses.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Property SoftwareLicense As String
string SoftwareLicense { get; set; }
property String^ SoftwareLicense {
String^ get ();
void set (String^ value);
}
/** @property */
String get_SoftwareLicense ()
/** @property */
void set_SoftwareLicense (String value)
function get SoftwareLicense () : String
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
See Also
Reference
IJob Interface
IJob Members
Microsoft.ComputeCluster Namespace