IJob.Project Property
Retrieves or sets the project name that is associated with the job.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'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)
Property Value
The project name. The name is limited to 80 Unicode characters.
Remarks
The name is used only for accounting purposes.
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