CustomLinkedService.ExtendedProperties Property

Gets or sets the property bag key-value pairs.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim instance As CustomLinkedService
Dim value As IDictionary(Of String, String)

value = instance.ExtendedProperties

instance.ExtendedProperties = value

Syntax

'Declaration
Public Property ExtendedProperties As IDictionary(Of String, String)
public IDictionary<string,string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_ExtendedProperties ()

/** @property */
public void set_ExtendedProperties (IDictionary<String,String> value)
public function get ExtendedProperties () : IDictionary<String,String>

public function set ExtendedProperties (value : IDictionary<String,String>)

Property Value

The property bag key-value pairs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

CustomLinkedService Class
CustomLinkedService Members
Microsoft.Azure.Management.DataFactories.Models Namespace