PackageSettings.CreatedBy Property

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Property CreatedBy As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String
A String that represents the user.