IJob.Project Property
Retrieves or sets the project name that is associated with the job.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
'Declaration
Property Project As String
string Project { get; set; }
property String^ Project {
String^ get ();
void set (String^ value);
}
/** @property */
String get_Project ()
/** @property */
void set_Project (String value)
function get Project () : String
function set Project (value : String)
The project name. The name is limited to 80 Unicode characters.
The name is used only for accounting purposes.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities
IJob Interface
IJob Members
Microsoft.ComputeCluster Namespace