Share via


Profile.ContactWithOffers Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property ContactWithOffers As Nullable(Of Boolean)
public Nullable<bool> ContactWithOffers { get; set; }
public:
property Nullable<bool> ContactWithOffers {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member ContactWithOffers : Nullable<bool> with get, set
function get ContactWithOffers () : Nullable<boolean>
function set ContactWithOffers (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace