|
ApplicationRoleUpdatedBy Property
|
Updated by field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute("this.CreatedBy", EvaluationOrder = 1)]
public string UpdatedBy { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
<DefaultValueExpressionAttribute("this.CreatedBy", EvaluationOrder := 1)>
Public Property UpdatedBy As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute(L"this.CreatedBy", EvaluationOrder = 1)]
property String^ UpdatedBy {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute(200)>]
[<DefaultValueExpressionAttribute("this.CreatedBy", EvaluationOrder = 1)>]
member UpdatedBy : string with get, set
function get_UpdatedBy();
function set_UpdatedBy(value);
View SourceProperty Value
String
See Also