|
ApplicationRoleCreatedBy Property
|
Created by field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic:
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute(L"UserInfo.CurrentUserID")]
property String^ CreatedBy {
String^ get ();
void set (String^ value);
}
function get_CreatedBy();
function set_CreatedBy(value);
View SourceProperty Value
String
See Also