|
ErrorLogSource Property
|
Source field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[RequiredAttribute]
[StringLengthAttribute(200)]
public string Source { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property Source As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ Source {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute(200)>]
member Source : string with get, set
function get_Source();
function set_Source(value);
View SourceProperty Value
String
See Also