Freigeben über


DeploymentProperties.PrivateID Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property PrivateID As String
[DataMemberAttribute(Order = )]
public string PrivateID { get; private set; }
[DataMemberAttribute(Order = )]
public:
property String^ PrivateID {
    String^ get ();
    private: void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member PrivateID : string with get, private set
function get PrivateID () : String 
private function set PrivateID (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DeploymentProperties Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace