This documentation is archived and is not being maintained.
ConnectionUpdateProperties::FieldDefinitionValues Property
Optional. Gets or sets the field definition values of the connection.
Namespace:
Microsoft.WindowsAzure.Management.Automation.ModelsAssembly:
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