Share via


ProvideProfileAttribute.MigrationType Property

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Property MigrationType As ProfileMigrationType
'Usage
Dim instance As ProvideProfileAttribute 
Dim value As ProfileMigrationType 

value = instance.MigrationType

instance.MigrationType = value
public ProfileMigrationType MigrationType { get; set; }
public:
property ProfileMigrationType MigrationType {
    ProfileMigrationType get ();
    void set (ProfileMigrationType value);
}
public function get MigrationType () : ProfileMigrationType 
public function set MigrationType (value : ProfileMigrationType)

Property Value

Type: Microsoft.VisualStudio.Shell.ProfileMigrationType

.NET Framework Security

See Also

Reference

ProvideProfileAttribute Class

ProvideProfileAttribute Members

Microsoft.VisualStudio.Shell Namespace