|
JsonFaultSource Property
|
Exception source.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntax[DataMemberAttribute]
public string Source { get; set; }
<DataMemberAttribute>
Public Property Source As String
Get
Set
public:
[DataMemberAttribute]
property String^ Source {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Source : string with get, set
function get_Source();
function set_Source(value);
View SourceProperty Value
String
See Also