ReplicationSchemaBoundView.ObjectId Property
Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property ObjectId As Integer
    Get
    Set
'Usage
Dim instance As ReplicationSchemaBoundView
Dim value As Integer
value = instance.ObjectId
instance.ObjectId = value
public int ObjectId { get; set; }
public:
property int ObjectId {
    int get ();
    void set (int value);
}
member ObjectId : int with get, set
function get ObjectId () : int
function set ObjectId (value : int)
Property Value
Type: System.Int32