User Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the user in the alerting to support the metadata and runtime security.

Namespace:   AlertingWcfProxy
Assembly:  AlertingWcfProxy (in AlertingWcfProxy.dll)

System::Object
  AlertingWcfProxy::User

[SerializableAttribute]
[DataContractAttribute(Name = "User", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
public ref class User : IExtensibleDataObject, INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodUser()

Initializes a new instance of the User class.

NameDescription
System_CAPS_pubpropertyDisplayUserName

Gets or sets the display name of the user.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyUserId

Gets or sets the unique key that is generated by service.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the propertyChanged event for the specified property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: