Udostępnij za pośrednictwem


Właściwość PackageSettings.CreatedBy

Pobiera lub ustawia nazwę użytkownika, który utworzył ten pakiet.

Przestrzeń nazw:  Microsoft.MasterDataServices.Deployment
Zestaw:  Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)

Składnia

'Deklaracja
Public Property CreatedBy As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg reprezentująca użytkownika.