CreateAttributeResponse.AttributeId Property
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.
Gets the MetadataId of the column that is created.
public:
property Guid AttributeId { Guid get(); };
public Guid AttributeId { get; }
member this.AttributeId : Guid
Public ReadOnly Property AttributeId As Guid
Property Value
The MetadataId of the column that is created. This is the unique identifier of the column.