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