StringNotNullOrWhiteSpaceValidationRule Constructor
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
error As String _
)
public StringNotNullOrWhiteSpaceValidationRule(
string propertyName,
string error
)
public:
StringNotNullOrWhiteSpaceValidationRule(
String^ propertyName,
String^ error
)
new :
propertyName:string *
error:string -> StringNotNullOrWhiteSpaceValidationRule
public function StringNotNullOrWhiteSpaceValidationRule(
propertyName : String,
error : String
)
Parameters
- propertyName
Type: System.String
- error
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.