NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceValueProvider.AddResource

Creates a new expression that represents the provided name/value pair

[Visual Basic]
Public Sub AddResource( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public void AddResource(
   string name,
   string value
);
[C++]
public: void AddResource(
   String* name,
   String* value
);
[JScript]
public function AddResource(
   name : String,
   value : String
);

Parameters

name
The name
value
The value

See Also

ResourceValueProvider Class | ResourceValueProvider Members | System.ComponentModel.Design Namespace