Sets a value of Value dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ExtendersAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public static void SetValue( DependencyObject obj, string value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SetValue ( _ obj As DependencyObject, _ value As String _ ) |
| Visual C++ |
|---|
public: static void SetValue( DependencyObject^ obj, String^ value ) |
Parameters
- value
- Type: System..::.String
The value to set.