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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.