WCF-Xtensions Class Reference for Mono
JsonDictionaryAttribute Constructor(String)






The container Id.
Initializes a new instance of the JsonDictionaryAttribute class with the specified container Id.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.String _
)
'Usage
 
Dim id As System.String
 
Dim instance As New JsonDictionaryAttribute(id)
public JsonDictionaryAttribute( 
   System.string id
)
public JsonDictionaryAttribute( 
    id: System.String
); 
public function JsonDictionaryAttribute( 
   id : System.String
);
public: JsonDictionaryAttribute( 
   System.string* id
)
public:
JsonDictionaryAttribute( 
   System.String^ id
)

Parameters

id
The container Id.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonDictionaryAttribute Class
JsonDictionaryAttribute Members
Overload List

Send Feedback