Share via


RegisteredPropertyDictionary.Property Property

Definition

Gets or sets the property of the PropertyDictionary.

public:
 property cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ Property { cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::RegisteredProperty ^> ^ value); };
[System.Xml.Serialization.XmlElement("Property")]
public Microsoft.SqlServer.Management.RegisteredProperty[] Property { get; set; }
[<System.Xml.Serialization.XmlElement("Property")>]
member this.Property : Microsoft.SqlServer.Management.RegisteredProperty[] with get, set
Public Property Property As RegisteredProperty()

Property Value

The property of the PropertyDictionary.

Attributes

Applies to