Share via


ProjectVersion.ObjectName Property

Gets the name of the project.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property ObjectName As String 
    Get 
    Private Set
'Usage
Dim instance As ProjectVersion 
Dim value As String 

value = instance.ObjectName
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string ObjectName { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ ObjectName {
    String^ get ();
    private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ObjectName : string with get, private set
function get ObjectName () : String 
private function set ObjectName (value : String)

Property Value

Type: System.String
The name of the project.

See Also

Reference

ProjectVersion Class

Microsoft.SqlServer.Management.IntegrationServices Namespace