Share via


AddSateliteProviderCommandAttribute.SateliteProviderReferencePropertyName Property

If the provider has a property that should be assigned the name of the default provider, gets the name of the property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public ReadOnly Property SateliteProviderReferencePropertyName As String
public string SateliteProviderReferencePropertyName { get; }
public:
property String^ SateliteProviderReferencePropertyName {
    String^ get ();
}
public function get SateliteProviderReferencePropertyName () : String

See Also

AddSateliteProviderCommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace