Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim value As SmsNamedValuesDictionary value = Me.NamedValueDictionary |
Syntax
Visual Basic |
---|
Protected ReadOnly Property NamedValueDictionary As SmsNamedValuesDictionary |
C# |
---|
protected SmsNamedValuesDictionary NamedValueDictionary { get; } |
C++ |
---|
protected: property SmsNamedValuesDictionary^ NamedValueDictionary { SmsNamedValuesDictionary^ get (); } |
J# |
---|
/** @property */ protected SmsNamedValuesDictionary get_NamedValueDictionary () |
JScript |
---|
protected function get NamedValueDictionary () : SmsNamedValuesDictionary |
Property Value
SmsNamedValuesDictionary object.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.