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