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