ExtendedPropertyDefinition.Id Property

Definition

Gets the ID of the extended property.

public:
 property Nullable<int> Id { Nullable<int> get(); };
public Nullable<int> Id { get; }
Public ReadOnly Property Id As Nullable(Of Integer)

Property Value

A nullable value that contains the identifier of the extended property.

Applies to