Server.FullName Property
Applies To: Dynamics CRM 2015
Gets or sets the full name of the server.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public string FullName { get; set; }
public:
[DataMemberAttribute]
property String^ FullName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member FullName : string with get, set
<DataMemberAttribute>
Public Property FullName As String
Property Value
Type: System.String
Type: String
The name of the server.
See Also
Server Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright