'Declaration
<NotNullAttribute()> Public ReadOnly Property SubscribeItemDictionary As SourceToMappingsDictionary(Of DAClientItemSource,DAClientItemMapping)
'Usage
Dim instance As DAClientOperationContext Dim value As SourceToMappingsDictionary(Of DAClientItemSource,DAClientItemMapping) value = instance.SubscribeItemDictionary
[NotNull()] public SourceToMappingsDictionary<DAClientItemSource,DAClientItemMapping> SubscribeItemDictionary {get;}
[NotNull()] public: property SourceToMappingsDictionary<DAClientItemSource^,DAClientItemMapping^>^ SubscribeItemDictionary { SourceToMappingsDictionary<DAClientItemSource^,DAClientItemMapping^>^ 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).