AttributeChangeRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the AttributeChangeRequest class.
Overloads
AttributeChangeRequest() |
Creates a new instance of the AttributeChangeRequest class. |
AttributeChangeRequest(International, MetadataAttribute) |
Creates a new instance of the AttributeChangeRequest class with specified attribute and message header. |
AttributeChangeRequest()
Creates a new instance of the AttributeChangeRequest class.
public:
AttributeChangeRequest();
public AttributeChangeRequest ();
Public Sub New ()
Applies to
AttributeChangeRequest(International, MetadataAttribute)
Creates a new instance of the AttributeChangeRequest class with specified attribute and message header.
public:
AttributeChangeRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataAttribute ^ Attribute);
public AttributeChangeRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataAttribute Attribute);
new Microsoft.MasterDataServices.AttributeChangeRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataAttribute -> Microsoft.MasterDataServices.AttributeChangeRequest
Public Sub New (International As International, Attribute As MetadataAttribute)
Parameters
- International
- International
A master data attribute, including its identification and data value.
- Attribute
- MetadataAttribute
The data contract for the international message header.