RelationshipAuditDetail.RelationshipName Property
Applies To: Dynamics CRM 2015
Gets or sets the relationship name before the change occurs.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public string RelationshipName { get; set; }
public:
[DataMemberAttribute]
property String^ RelationshipName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member RelationshipName : string with get, set
<DataMemberAttribute>
Public Property RelationshipName As String
Property Value
Type: System.String
Type: String
The relationship name.
See Also
RelationshipAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright