共用方式為


CreatedBy 屬性

Gets or sets the name of the user who created this package.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Property CreatedBy As String
    Get
    Set
'用途
Dim instance As PackageSettings
Dim value As String

value = instance.CreatedBy

instance.CreatedBy = value
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
    String^ get ();
    void set (String^ value);
}
member CreatedBy : string with get, set
function get CreatedBy () : String
function set CreatedBy (value : String)

屬性值

型別:System. . :: . .String
A String that represents the user.