CloudServiceProperties.ServiceName 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 ServiceName As String
[DataMemberAttribute(Order = )]
public string ServiceName { get; private set; }
[DataMemberAttribute(Order = )]
public:
property String^ ServiceName {
String^ get ();
private: void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member ServiceName : string with get, private set
function get ServiceName () : String
private function set ServiceName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace