次の方法で共有


CreatedBy プロパティ

このパッケージを作成したユーザーの名前を取得します。値の設定も可能です。

名前空間:  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
ユーザーを表す String。