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 the project name that is associated with the job.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<DefaultValueAttribute("")> _
<XmlAttributeAttribute> _
Public Property Project As String
[DefaultValueAttribute("")]
[XmlAttributeAttribute]
public string Project { get; set; }
[DefaultValueAttribute(L"")]
[XmlAttributeAttribute]
public:
virtual property String^ Project {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_Project ()
/** @property */
public final void set_Project (String value)
public final function get Project () : String
public final 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