다음을 통해 공유


PackageSettings.CreatedBy 속성

Gets or sets the name of the user who created the 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
The name of the user who created the package.

참고 항목

참조

PackageSettings 클래스

Microsoft.MasterDataServices.Deployment 네임스페이스