Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property ShelvesetNotificationType As ShelvesetNotificationType
public ShelvesetNotificationType ShelvesetNotificationType { get; internal set; }
public:
property ShelvesetNotificationType ShelvesetNotificationType {
    ShelvesetNotificationType get ();
    internal: void set (ShelvesetNotificationType value);
}
member ShelvesetNotificationType : ShelvesetNotificationType with get, internal set
function get ShelvesetNotificationType () : ShelvesetNotificationType 
internal function set ShelvesetNotificationType (value : ShelvesetNotificationType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ShelvesetNotificationType
Returns ShelvesetNotificationType.
.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.