KeyedRequest.Key Property
Applies To: Dynamics CRM 2015
Gets or sets a custom key value that is unique to the current request.
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public string Key { get; set; }
public:
property String^ Key {
String^ get();
void set(String^ value);
}
member Key : string with get, set
Public Property Key As String
Property Value
Type: System.String
Type: String
.
See Also
KeyedRequest Class
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright