'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.Result)> <DataMemberAttribute()> <NotNullAttribute()> Public Property ErrorMessage As String
'Usage
Dim instance As ResultArguments Dim value As String instance.ErrorMessage = value value = instance.ErrorMessage
[ArgumentDirections(ArgumentDirections.Result)] [DataMember()] [NotNull()] public string ErrorMessage {get; set;}
[ArgumentDirections(ArgumentDirections.Result)] [DataMember()] [NotNull()] public: property String^ ErrorMessage { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.