ConnectionUpdateProperties::FieldDefinitionValues Property

 

Optional. Gets or sets the field definition values of the connection.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
property IDictionary<String^, String^>^ FieldDefinitionValues {
	IDictionary<String^, String^>^ get();
	void set(IDictionary<String^, String^>^ value);
}
Return to top
Show: