Stage.SubmitDescription property

Gets or sets the stage description for submit.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property SubmitDescription As String
    Get
    Set
'Usage
Dim instance As Stage
Dim value As String

value = instance.SubmitDescription

instance.SubmitDescription = value
[RemoteAttribute]
public string SubmitDescription { get; set; }

Property value

Type: System.String
An object that contains a description.

See also

Reference

Stage class

Stage members

Microsoft.ProjectServer.Client namespace