Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the user who created the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
String^ get();
void set(String^ value);
}
member CreatedBy : string with get, set
Public Property CreatedBy As String
Property Value
Type: System.String
The name of the user who created the package.
See Also
PackageSettings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top