UpdateAttributeRequest.Attribute Property
Applies To: Dynamics CRM 2015
Gets or sets the attribute metadata to be updated. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AttributeMetadata Attribute { get; set; }
public:
property AttributeMetadata^ Attribute {
AttributeMetadata^ get();
void set(AttributeMetadata^ value);
}
member Attribute : AttributeMetadata with get, set
Public Property Attribute As AttributeMetadata
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Type: AttributeMetadata
The attribute metadata to be updated. Required.
See Also
UpdateAttributeRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright