Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets the region name.
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[DataMemberAttribute]
public string RegionName { get; private set; }
public:
[DataMemberAttribute]
property String^ RegionName {
String^ get();
private: void set(String^ value);
}
[<DataMemberAttribute>]
member RegionName : string with get, private set
<DataMemberAttribute>
Public Property RegionName As String
Get
Private Set
End Property
Property Value
Type: System.String
Type: String
The name of the region.
See Also
ChangeMonitorDetail Class
Microsoft.Xrm.Client.Caching Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright