ComponentMetadata.ComponentId Property

Definition

Gets or sets the unique identifier of the report part.

public:
 property Nullable<Guid> ComponentId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Xml.Serialization.XmlElement]
public Guid? ComponentId { get; set; }
[<System.Xml.Serialization.XmlElement>]
member this.ComponentId : Nullable<Guid> with get, set
Public Property ComponentId As Nullable(Of Guid)

Property Value

A Nullable<T> object.

Attributes

Applies to