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 a Boolean value that specifies whether a record was created.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public bool RecordCreated { get; }
public:
property bool RecordCreated {
bool get();
}
member RecordCreated : bool with get
Public ReadOnly Property RecordCreated As Boolean
Property Value
Type: System.Boolean
Type: Boolean
True if a record was created, false otherwise.
See Also
UpsertResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright