ComponentMetadata.ComponentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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