Data Management Object Model Reference

GlobalVariables.get__DynProp Method 

Returns the dynamic properties for the Global Variable denoted by "index"

[Visual Basic]
NotOverridable Public Function get__DynProp( _
   ByVal Index As Object _
) As Object _
    Implements IDataManagerGlobalVariables.get__DynProp
[C#]
public object get__DynProp(
   object Index
);

Parameters

Index

Return Value

Implements

IDataManagerGlobalVariables.get__DynProp

See Also

GlobalVariables Class | SPSSMR.Data.Transformations Namespace