'Declaration
<NotNullAttribute()> Public ReadOnly Property GetPropertyDictionary As SourceToMappingsDictionary(Of DAClientPropertySource,DAClientPropertyMapping)
'Usage
Dim instance As DAClientOperationContext Dim value As SourceToMappingsDictionary(Of DAClientPropertySource,DAClientPropertyMapping) value = instance.GetPropertyDictionary
[NotNull()] public SourceToMappingsDictionary<DAClientPropertySource,DAClientPropertyMapping> GetPropertyDictionary {get;}
[NotNull()] public: property SourceToMappingsDictionary<DAClientPropertySource^,DAClientPropertyMapping^>^ GetPropertyDictionary { SourceToMappingsDictionary<DAClientPropertySource^,DAClientPropertyMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).