Share via


CreateProfileContext.ContactWithOffers Property

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property ContactWithOffers As Boolean
[DataMemberAttribute(IsRequired = true)]
public bool ContactWithOffers { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property bool ContactWithOffers {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ContactWithOffers : bool with get, set
function get ContactWithOffers () : boolean 
function set ContactWithOffers (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CreateProfileContext Class

Microsoft.VisualStudio.Services.Profile Namespace